home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / BoxKite.dxr / Internal_60_game setup.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  163 b   |  9 lines

  1. global stock, foundation, tableau, points
  2.  
  3. on exitFrame me
  4.   stock = new(script("stock object"), createdeck())
  5.   foundation = [:]
  6.   tableau = [:]
  7.   points = 0
  8. end
  9.